home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / macros / lollipop / float.tex < prev    next >
Text File  |  1993-01-28  |  566b  |  24 lines

  1. % Floats.tex copyright 1992 Victor Eijkhout
  2. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  3. %%%%%%%%%%%%%% Floating insertions %%%%%%%%%%%%%%%%%%
  4. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  5.  
  6. \@GenericConstruct{Insertion}
  7.  
  8. \NewTrace:ins
  9.  
  10. \@InsertionOption{location}{
  11.   \switch {\if\EqualString{#1}}
  12.   {top} {}
  13.   {bot} {}
  14.   {mid} {}
  15.   {default} {\Wmessage{Unknown qualifier: <location:#1>}}
  16.   \endswitch}
  17.  
  18. \def\@DefineInsertion{
  19.   \csarg\edef{\@name}{\@gen@open
  20.         \the\before@coms
  21.         }
  22.   \@DefineStopCommand{\the\after@coms \@gen@close}
  23.   }
  24.